/* General Setup */
body { font-family: 'Inter', sans-serif; margin: 0; background-color: #F8FAFC; }

/* Navbar Fix */
.custom-nav { border-bottom: 1px solid #e2e8f0; padding: 10px 0; }
.v-circle { background: #1e293b; color: white; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 12px; }
.b-main { display: block;
    font-family: 'Playfair Display', serif; /* Serif font image sathi */
    font-weight: 700;
    color: #0d1b3e; /* Dark Navy Blue color image pramane */
    font-size: 19px; /* Image madhe font thoda motha aahe */
    letter-spacing: -0.5px; }
.b-sub { display: block;
    font-family: sans-serif; /* Initiative sathi sadha font */
    font-size: 13px; /* Khup lahan size image pramane */
    color: #64748b; /* Grey color */
    margin-top: -2px; /* Varachya nava kade thoda sarakvanyasathi */
    font-weight: 400; }
.nav-link { color: #475569 !important; font-weight: 500; padding: 8px 15px !important; }
.nav-link.active { background: #1e293b !important; color: white !important; border-radius: 8px; }
.btn-join { background-color: #f97316; color: white; border: none; padding: 8px 20px; border-radius: 8px; font-weight: 600; }

/* Navy Header (Screenshot 110) */
.letters-header-section {
    background-color: #1E293B !important; /* Exact Navy Blue */
    padding: 120px 0 !important;
    color: white !important;
}
.letters-header-section h1 { font-family: 'Merriweather', serif !important; font-size: 56px !important; font-weight: 700 !important; margin-bottom: 20px !important; }
.letters-header-section p { font-size: 20px !important; opacity: 0.8 !important; max-width: 800px !important; margin: 0 auto !important; }

/* Cards Section (Screenshot 111) */
.letters-content-section { padding: 80px 0 !important; }
.letter-card {
    background: #fff !important;
    padding: 40px 30px !important;
    border-radius: 24px !important;
    height: 100% !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease !important;
    border: 1px solid #f0f0f0 !important;
}
.letter-card:hover { transform: translateY(-5px) !important; }

.card-icon-box {
    width: 50px; height: 50px;
    border-radius: 12px !important;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px !important;
    margin-bottom: 25px !important;
}
.blue-bg { background-color: #EEF2FF !important; color: #4F46E5 !important; }
.orange-bg { background-color: #FFF7ED !important; color: #EA580C !important; }
.green-bg { background-color: #F0FDF4 !important; color: #16A34A !important; }

.letter-card h3 { font-family: 'Merriweather', serif !important; font-size: 24px !important; font-weight: 700 !important; margin-bottom: 12px !important; color: #1E293B !important; }
.orange-text { color: #F97316 !important; font-size: 15px !important; font-weight: 500 !important; margin-bottom: 15px !important; }
.card-desc { color: #64748B !important; font-size: 16px !important; line-height: 1.6 !important; margin-bottom: 25px !important; }
.read-link { color: #1E293B !important; font-weight: 600 !important; text-decoration: none !important; font-size: 15px !important; }
.read-link i { margin-left: 5px !important; transition: 0.3s !important; }
.read-link:hover i { margin-left: 10px !important; }
.main-footer {
  background-color: #0f2142; /* इमेजमधील तोच डार्क नेव्ही ब्लू कलर */
  color: #ffffff;
  padding: 80px 0 40px;
  font-family: 'Inter', sans-serif;
}

/* Brand Section */
.brand-logo-circle {
  width: 55px;
  height: 55px;
  background-color: #f28b2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
}

.footer-brand-name {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.5px;
}

.footer-brand-sub {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.footer-description {
  font-size: 16px;
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 480px; /* इमेजमध्ये मजकूर पसरलेला नाहीये */
  margin-top: 25px;
}

.footer-tagline {
  font-style: italic;
  color: #f28b2c;
  font-size: 18px;
  margin-top: 20px;
}

/* Headings */
.footer-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Links & Contact */
.footer-link-list li, .contact-list li {
  margin-bottom: 18px;
  font-size: 16px;
}

.footer-link-list a, .contact-list a, .contact-list span {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.2s;
}

.footer-link-list a:hover {
  color: #f28b2c;
}

.contact-list i {
  color: #f28b2c;
  width: 20px;
  margin-right: 12px;
}

/* Bottom Border & Copyright */
.footer-bottom-border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
}

.copyright-text, .movement-label {
  font-size: 14px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-description { max-width: 100%; }
}
